From dc0ba88106d51f5bf8488d1fa1807c0c2e4feee6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 6 Oct 2017 15:15:57 +0200 Subject: [PATCH] release 0.1.34, update NEWS --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7c62bf3..c50a4ef 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ the news section both in the README and the webpage. --> +2017-10-06 babl-0.1.34
+Brown paper bag release, Fix indexed / custom primaries conflict, and re-export +a symbol used by old GEGL/GIMPs. +
2017-10-03 babl-0.1.32
Added custom primaries and TRC support through ICC parsing, improved float<->half performance, rewrite of all conversions functions to adhere to new diff --git a/configure.ac b/configure.ac index 4f302b8..dda45b1 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [33]) +m4_define([babl_micro_version], [34]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2